home *** CD-ROM | disk | FTP | other *** search
/ Aplicaciones Windows / Aplicaciones Windows.iso / Educa / QWKNET32.ZIP / _SETUP.LIB / Readme.txt < prev    next >
Text File  |  1997-03-30  |  3KB  |  94 lines

  1. ------------------------------------------------------
  2.              QwikNet32 v2.00
  3.        Copyright (C)1997 Craig Jensen
  4. ------------------------------------------------------
  5.  
  6. INTRODUCTION
  7. ------------ 
  8. QwikNet is a powerful, yet easy to use artificial 
  9. neural network simulator.  QwikNet implements several 
  10. different algorithms to train a standard feed-
  11. forward neural network in an easy-to-use graphical 
  12. environment.  The shareware version is limited to 
  13. a maximum of 1 hidden layer with 10 hidden neurons
  14. and a maximum of 500 patterns per training data file.  
  15. The registered version can accommodate up to 5 hidden 
  16. layers with no limits (besides hardware) on the 
  17. number of hidden neurons or training patterns.  
  18.  
  19. You may evaluate this software free for 30 days, 
  20. after which you must either purchase the registered 
  21. version or delete the software from your machine.
  22.  
  23. Please feel free to distribute the file QwikNet32.ZIP
  24. to friends, associates, or to a computer bulletin board 
  25. system (BBS).
  26.  
  27.  
  28. REGISTRATION
  29. ------------
  30. There are two ways to register.  You can print and fill 
  31. out the registration form in the file 'register.txt',
  32. (also found in the help file), and mail it with your 
  33. US cash/check payment directly to the author.  Or you 
  34. can register via Kagi Software by running the file 
  35. 'register.exe' and following the instructions.  Kagi 
  36. accepts many different payment methods including credit 
  37. cards and non-US funds.  The registration fee is US $75.
  38. Upon receipt of payment you will receive the full 
  39. registered version and all future upgrades for one year.  
  40.  
  41.  
  42. INSTALLATION
  43. ------------
  44. The 32-bit version, QwkNet32.EXE, requires a minimum 
  45. 486 processor and Windows 95 or NT 4.0.  This version removes
  46. all practical limits on network/data file size.  A complete
  47. installation requires less than 3 MB of disk space.
  48.  
  49. To install QwikNet32 unzip the file qwiknet32.zip and 
  50. run the file setup.exe.
  51.  
  52.  
  53. EXAMPLE DATA FILES
  54. ------------------
  55. Several example data files are included for testing:
  56.  
  57. SINCOS.TRN  -      Training data file with one input (x)
  58.         and two outputs Sin(x) and cos(x).
  59. SINCOS.TST  -   Testing data for SINCOS.
  60. SINCOS.WTS  -    Example of saved weights.
  61. SINCOS.NET  -     SINCOS project file.
  62.  
  63. SECURITY.*  -    A more complex data set for Power System Security
  64.         analysis.  The data set contains 33 inputs 
  65.         (power system features) and 1 output     
  66.         (security classification).
  67.  
  68. XOR.*       -   XOR training data set.
  69.          Two inputs and 1 output.
  70.  
  71. SPIRALS.*   -   The popular "Two spirals" data consisting of 
  72.         data coiled three times around the origin and 
  73.         around one another in the x-y plane.  This is
  74.         a very difficult task for back-propagation 
  75.         networks and their relatives.  
  76.  
  77. **** NOTE: Acceptable performance on the two spirals problem
  78.            may be impossible given the limitations of the 
  79.            shareware version of QwikNet.  A 3D contour map
  80.            of the solved spirals problem is included in the 
  81.        QwikNet help file, it uses two hidden layers.
  82.  
  83.  
  84. QUESTIONS/COMMENTS
  85. ------------------
  86. Please send any questions, comments or bug reports to:
  87.  
  88.     Craig Jensen
  89.     9935 NE 125th Ln #4
  90.     Kirkland, WA 98034
  91.     email - cjensen@kagi.com
  92.  
  93.  
  94.